Crate fj_export

source ·
Expand description

§Fornjot Exporter

Fornjot is an early-stage b-rep CAD kernel written in Rust. The kernel is split into multiple libraries that can be used semi-independently, and this is one of those.

This library exports Fornjot models to external file formats.

Enums§

  • An error that can occur while exporting

Functions§

  • Export the provided mesh to the file at the given path.
  • Export the provided mesh to the provided writer in the 3MF format.
  • Export the provided mesh to the provided writer in the OBJ format.
  • Export the provided mesh to the provided writer in the STL format.